-
-
Notifications
You must be signed in to change notification settings - Fork 122
test: multi relationship problems #654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
76e10e3 to
29db3e6
Compare
| @@ -0,0 +1,124 @@ | |||
| # SPDX-FileCopyrightText: 2019 ash_postgres contributors <https://github.com/ash-project/ash_postgres/graphs.contributors> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we put these tests in like calculations_test.exs for example?
|
looks like some conflicts came up. |
|
I'll rebase once the other two PRs are released. Then I can also update the
dependencies in one go
…On Fri, 21 Nov 2025, 01:42 Zach Daniel, ***@***.***> wrote:
*zachdaniel* left a comment (ash-project/ash_postgres#654)
<#654 (comment)>
looks like some conflicts came up.
—
Reply to this email directly, view it on GitHub
<#654 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACZBCTOZFPZ4AJY54ILBTN335ZNXVAVCNFSM6AAAAACMOJDYUSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTKNRQHAYTEMBTHE>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
|
Just released |
I can't see the ash release. |
e0f0055 to
c0df739
Compare
|
just released it sorry. |
|
Looks like the update pointed out some warnings, mind addressing those here? |
sure thing, sorry about that. I just blindly pushed after changing the ash version. |
This shows that there is a problem where both calculations loaded the same value because the read action was not checked when checking if the relationships are the same ash-project/ash#2448
And it shows that the sort on the read action was not taking into account (makes the test flaky) ash-project/ash_sql#194
Contributor checklist
Leave anything that you believe does not apply unchecked.